home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 2 / Atari Forever 2.zip / Atari Forever 2.iso / serie_v / v_453 / clockset / clockset.txt < prev   
Text File  |  1991-11-07  |  3KB  |  76 lines

  1.  
  2.               *************************************
  3.               *                                   *
  4.               *  ClockSetter Documentation        *
  5.               *  Version 1.3                      *
  6.               *  Release date: July 5, 1991       *
  7.               *                                   *
  8.               *************************************
  9.  
  10.  
  11.        The CodeHead ClockSetter program is freeware and may be
  12.        distributed freely as long as the accompanying documentation is
  13.        included and neither the program or documentation are altered. 
  14.        It may not be sold or included in a commercial package without
  15.        the written consent of CodeHead Software. 
  16.  
  17.  
  18.  
  19. ClockSetter 1.0
  20. ---------------
  21.  
  22. Once we added HotWire's ledger feature, we realized the need for a
  23. corner clock in HotWire, so we added one.  CLOCKSET.PRG allows you to
  24. set the system time and date.  Its use is very simple.  Just run the
  25. program (you may want to install it in your HotWire menu).  It will show
  26. the current time and date and allow you to change it as you desire. 
  27. When you're done, click on 'OK' (or 'Cancel' if you don't want to change
  28. the time/date). 
  29.  
  30.  
  31.  
  32. New Features of 1.1
  33. -------------------
  34.  
  35. The Clock Setter 1.1 program now has a dual purpose.  If you put it in
  36. your AUTO folder, it will read the clock in the keyboard processor, use
  37. this time to set the GEMDOS clock, and display a message with the
  38. current date and time.  This feature is intended for users who have an
  39. internal battery clock.  It has only been tested with the TIME-SAVER
  40. clock by Mind Mine but should work with all internal clocks which hook
  41. up through the keyboard processor. 
  42.  
  43. The Atari system clock ticks in two-second increments.  For this reason,
  44. if ClockSetter were to read the time from the keyboard processor and
  45. immediately set the GEMDOS clock, there would be between 0 and 2 seconds
  46. of error, an average of one second, each time you reboot.  To get around
  47. this, ClockSetter waits until the next two-second tick before
  48. proceeding.  This will cause your bootup process to pause anywhere from
  49. 0 to 2 seconds when ClockSetter runs from the AUTO folder. 
  50.  
  51. NOTE: Make sure that you don't put the original CLOCKSET.PRG 1.0 in your
  52. AUTO folder or you may end up in a continuous crashing bootup cycle. 
  53.  
  54.  
  55.  
  56. New Features of 1.2
  57. -------------------
  58.  
  59. Version 1.2 allows you to input a 24-hour time.  If the value of your
  60. hour input is greater than 12, the appropriate time will be set
  61. regardless of the setting of the AM/PM buttons, e.g. 16:00:00 = 4PM. 
  62. If the PM button is selected and you want to set an "AM" time, you'll
  63. need to click on the AM button. 
  64.  
  65.  
  66.  
  67. New Features of 1.3
  68. -------------------
  69.  
  70. Version 1.3 fixes a problem which would cause ClockSetter to lock up the
  71. system in the AUTO folder.  During a power-on bootup (where the power
  72. was previously off) from a computer without an internal battery clock,
  73. ClockSetter would wait forever for the keyboard clock to "tick". 
  74. Apparently it never does.  Clocksetter will now wait a maximum of two
  75. seconds before proceeding, eliminating this lockup. 
  76.